TsgHeadVarStruct
Unit: DXFConv
Description
TsgHeadVarStruct
defines structure which contains some system variables.
PointDisplayMode
defines the appearance of existing TsgDXFPoint
class objects. Set 0
to make TsgDXFPoint
class objects visible.
PointDisplaySize
defines size of the point icon specifies by PointDisplayMode
(will be implemented in future versions).
Syntax
type
PsgHeadVarStruct = ^TsgHeadVarStruct;
TsgHeadVarStruct = record
CEColor: TsgColorCAD;
CLayer: string;
CELType: string;
CELTScale: Double;
CELWeight: Double;
CodePage: Integer;
DimStyle: string;
DimTextStyle: string;
DimProps: TsgDimStyle;
ExtMim: TFPoint;
ExtMax: TFPoint;
TextStyle: string;
FilletRadius: Double;
InsUnits: Integer;
LTScale: Double;
Measurement: Boolean;
PointDisplayMode: Integer;
PointDisplaySize: Double;
TextSize: Double;
TileMode: Integer;
UCSORG: TFPoint;
UCSXDir: TFPoint;
UCSYDir: TFPoint;
Version: Byte;
InsBase: TFPoint;
AttMode: TsgAttributeMode;
XClipFrame: Byte;
end;